-
Notifications
You must be signed in to change notification settings - Fork 59.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix gemini issue when using app #4013
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@fred-bf is attempting to deploy a commit to the NextChat Team on Vercel. A member of the Team first needs to authorize it. |
Your build has completed! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
H0llyW00dzZ
pushed a commit
to H0llyW00dzZ/ChatGPT-Next-Web
that referenced
this pull request
Feb 7, 2024
* chore: update path * fix: fix google auth logic * fix: not using header authorization for google api * chore: revert to allow stream
H0llyW00dzZ
added a commit
to H0llyW00dzZ/ChatGPT-Next-Web
that referenced
this pull request
Feb 7, 2024
* fix: fix gemini issue when using app (ChatGPTNextWeb#4013) * chore: update path * fix: fix google auth logic * fix: not using header authorization for google api * chore: revert to allow stream * fix: support custom api endpoint (ChatGPTNextWeb#4016) * Fix/gemini app endpoint (ChatGPTNextWeb#4017) * fix: support custom api endpoint * fix: attach api key to google gemini * fix: add support to http scheme. (ChatGPTNextWeb#3985) Co-authored-by: fred-bf <157469842+fred-bf@users.noreply.github.com> * Refactor [LLM Api] Google AI for better readability - [+] refactor(google.ts): specify type for 'messages' variable in GeminiProApi class * Feat [LLM Api] [Google AI] adding back console log - [+] feat(google.ts): add console log for request payload for better development tracking * Fix Linting - [+] style(google.ts): correct indentation for provider and cfgspeed_animation variable declarations --------- Co-authored-by: fred-bf <157469842+fred-bf@users.noreply.github.com> Co-authored-by: Anivie <88354708+Anivie@users.noreply.github.com>
mingyue0094
pushed a commit
to mingyue0094/ChatGPT-Next-Web
that referenced
this pull request
Feb 7, 2024
commit bfefb99 Author: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed Feb 7 14:12:04 2024 +0800 chore: update tauri dependencies (ChatGPTNextWeb#4018) * feat: bump version * feat: bump version * chore: update tauri dependencies commit 47ae874 Author: Anivie Michaelis <88354708+Anivie@users.noreply.github.com> Date: Wed Feb 7 13:48:28 2024 +0800 fix: add support to http scheme. (ChatGPTNextWeb#3985) Co-authored-by: fred-bf <157469842+fred-bf@users.noreply.github.com> commit d74f636 Author: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed Feb 7 13:46:52 2024 +0800 Fix/gemini app endpoint (ChatGPTNextWeb#4017) * fix: support custom api endpoint * fix: attach api key to google gemini commit b8f0822 Author: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed Feb 7 13:40:30 2024 +0800 fix: support custom api endpoint (ChatGPTNextWeb#4016) commit 0869455 Author: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed Feb 7 13:38:02 2024 +0800 feat: bump version (ChatGPTNextWeb#4015) * feat: bump version * feat: bump version commit bca7424 Author: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed Feb 7 13:17:11 2024 +0800 fix: fix gemini issue when using app (ChatGPTNextWeb#4013) * chore: update path * fix: fix google auth logic * fix: not using header authorization for google api * chore: revert to allow stream commit 9d5801f Author: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed Feb 7 10:31:49 2024 +0800 fix: avoiding not operation for custom models (ChatGPTNextWeb#4010) commit 462a88a Author: H0llyW00dzZ <priv8@btz.pm> Date: Tue Feb 6 16:20:12 2024 +0700 Fix [CI/CD] [Vercel] Deploy Preview (ChatGPTNextWeb#4005) - [+] feat(.github/workflows/deploy_preview.yml): add 'reopened' event trigger
gaogao1030
pushed a commit
to gaogao1030/ChatGPT-Next-Web
that referenced
this pull request
May 16, 2024
* chore: update path * fix: fix google auth logic * fix: not using header authorization for google api * chore: revert to allow stream
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#3992